builds autoscripts per default
authorStefano Zacchiroli <zack@debian.org>
Thu, 7 Apr 2005 13:48:57 +0000 (13:48 +0000)
committerStefano Zacchiroli <zack@debian.org>
Thu, 7 Apr 2005 13:48:57 +0000 (13:48 +0000)
Makefile

index 541cd0ced2d2bd7c2fc0633709c14530672436ba..0cb668dee83cc666031172a2be6840df598d96cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ DEBHELPER_DIR = debhelper-$(DEBHELPER_VERSION)
 NEW_DEBHELPER_DIR = debhelper-$(NEW_DEBHELPER_VERSION)
 
 # all: ocaml-md5sums $(SCRIPTS) debhelper
-all: ocaml-md5sums
+all: ocaml-md5sums $(SCRIPTS)
 
 ocaml-md5sums: ocaml-md5sums.ml
        ocamlfind ocamlc -package str,unix -linkpkg -o $@ $<
@@ -25,7 +25,7 @@ debhelper: $(SCRIPTS) $(DEBHELPER_DSC)
                && dch --newversion $(NEW_DEBHELPER_VERSION) "added dh_ocaml"   \
                && debuild binary
 
-%: %.in update-md5sum.sh
+%: %.in
        wml -p 1-3 $< > $@
 
 clean: